home *** CD-ROM | disk | FTP | other *** search
/ The National Palace Museum Experience / The National Palace Museum Experience.iso / Programs / Panorama.dxr / 00043_MenuPanLeft hilite.ls < prev    next >
Encoding:
Text File  |  1998-11-19  |  324 b   |  17 lines

  1. global c
  2.  
  3. on mouseDown
  4.   set c to the clickOn
  5.   set the castNum of sprite c to the number of member "MenuPanLeft Down"
  6.   puppetSound(3, "Button")
  7.   updateStage()
  8.   pantoleft(5)
  9.   repeat while the mouseDown
  10.     pantoleft(5)
  11.   end repeat
  12. end
  13.  
  14. on mouseUp
  15.   set the castNum of sprite c to the number of member "MenuPanLeft"
  16. end
  17.